home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 March
/
EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso
/
earcd
/
-archivi
/
-recent2
/
cp4.lha
/
cp4
/
Localize
/
MakeLanguage
< prev
Wrap
AmigaDOS Script File
|
1999-03-16
|
376b
|
18 lines
.KEY LANGUAGE/A
.BRA {
.KET }
if {LANGUAGE} eq "english"
echo English is the builtin language
else
if not exists Translations/{LANGUAGE}
MakeDir Translations/{LANGUAGE}
Copy Template/#?.ct Translations/{LANGUAGE}
Util/SetCT CT1 {LANGUAGE} Translations/{LANGUAGE}
else
echo There's an existing translation drawer,
echo the Translation/{LANGUAGE} drawer.
endif
endif